home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 21 / q21.d81 / t.stereo boot < prev    next >
Text File  |  2022-08-28  |  6KB  |  127 lines

  1.  
  2.  
  3.                            S T E R E O G R A M S
  4.                                       
  5.                               by Ian Adam, PE
  6.  
  7.  
  8.     Random-Dot Stereograms are a new way of creating 3-D images on your
  9. computer.  At first glance they look like a graphics program run wild, just
  10. random dots all over the screen.  However, if you look at them just right,
  11. you'll see patterns that either pop up out of the screen, or drop into the
  12. screen.  For most people it will take several minutes before they see it,
  13. but some see it right away.  Some people may never be able to see it.  You
  14. must have sight in both eyes to see them -- that's why they're called
  15. stereograms.
  16.  
  17.     The way to view a stereogram is to have it on screen (or printed out)
  18. directly in front of you.  Some people like it close; others prefer it to be
  19. held away.  There are two blocks at the bottom of the image, called guide
  20. squares.  Stare at these but don't focus directly on them.  Try to focus
  21. your eyes farther away, like at the far wall of the room.  As you do this,
  22. the squares become four, because of double vision.  When you can make your
  23. eyes focus so that you see three squares, your eyes are properly re-
  24. focussed.  Move your gaze up to the center of the image without re-focussing
  25. and the image should appear.
  26.  
  27. FENDER'S NOTE: The instructions for stereograms always mention focussing
  28. "far away".  They never mention crossing your eyes.  In my opinion, the
  29. trick is to look cross-eyed at it so that the two squares become three.  Be
  30. patient.  Nome wasn't built in a day.
  31.  
  32.     When the program runs, it shows a sample image called "rings" which
  33. looks like the ripples of water caused by dropping a rock in a pond.  Press
  34. any key to move to the Main Menu.  Here you can review the last image, print
  35. it or draw another one.  You can save an image to disk or load one from
  36. disk.  You can change the shape or color of the dots, change the color of
  37. the Menu and other screens, and tweak several other aspects of the program.
  38.  
  39.     There are ten patterns built into the program.  Press N from the Main
  40. Menu and a list will be displayed in menu format.  Enter the number of the
  41. pattern you want to see.  It will take up to a minute for the program to do
  42. the math.  Then you go back to the Main Menu.  If you choose "10" for Custom
  43. Letters, you are asked to enter up to three letters.  You may also enter
  44. numbers and some punctuation.  Pattern 11 is called "Your Own".  Until you
  45. enter the math for a pattern, there's no pattern there.
  46.  
  47.     Now the pattern is in the computer, mathwise, but it's not drawn on the
  48. BASIC 8 hi-res screen yet.  This is the slow part and can take up to 10
  49. minutes, depending on the complexity.  To draw the pattern, you must press
  50. RETURN at the Main Menu.
  51.  
  52.     Before you draw the pattern you may want to adjust some parameters.  If
  53. you change these later, they won't take effect until you REDRAW the pattern
  54. again, so it's best to set the parameters first.  Here are the parameters
  55. and their effects:
  56.  
  57.  Image depth (Range from -10 to +10) - Negative numbers cause the image to
  58. be inverted.  The higher the number, the deeper the image will seem to be
  59. imbedded in the screen.
  60.  
  61.  Shape of Dots - There are five shapes: Full square, Part square, Dot,
  62. Stripe and Cross-hatch.  The Stripe seems to take longer to draw than the
  63. others.  I like the Dot and Part square best.
  64.  
  65.  Density of Dots (Range from 0 [blank screen] to 1 [full screen]) - The
  66. default is .5 which means that the image is half covered with dots.
  67. Experiment to see which is best for you.
  68.  
  69.  Guides in Center (On or Off) - You may find that it's easier to have the
  70. guide dots in the center of the image so you don't have to move your view
  71. after getting the focus right.  Then you can press a key to get the guides
  72. to disappear.  The default is to have the guides off.
  73.  
  74.  Show Perspective (On or Off) - This draws a small perspective image in the
  75. bottom right corner so you can see what the image should look like.  It will
  76. also print on the printout if it's showing on the screen.
  77.  
  78.  Image Colors (Range 1 through 16) - This only affects the stereogram
  79. screen.
  80.  
  81.  Text Colors (Range 1 through 16) - Here you can set the colors of menus and
  82. prompts.  They're not saved.
  83.  
  84.  Access Disk - This displays a menu allowing you to load and save images,
  85. look at the directory and change drives.  The program boots up in the last
  86. drive used.
  87.  
  88.  Print Last Image - Here you can install a new printer driver (default is
  89. Epson which should work for most printers), change image height and density,
  90. and set the secondary address.  The height and density refer only to the
  91. printout, not the screen.  You may have to experiment with different drivers
  92. if the Epson mode doesn't work.  The complete set of drivers that BASIC 8
  93. supports is on the issue.
  94.  
  95. FENDER'S NOTE: Your interface should probably be in the Epson or transparent
  96. mode.  STAR NX-1000C users should flip DIP switches 1 and 5 inside the
  97. printer ON. If you cannot find a driver that works, I'm afraid LOADSTAR has
  98. no further advice.  We're as stumped by printer problems as you are.
  99.  
  100.     STEREOGRAMS, written in BASIC 8, can only be modified if you have the
  101. BASIC 8 package and editor.  If you have it, boot the editor, then load
  102. "b8.rds".  Then check out the routines at 20100, 20200, 20300, etc.  The
  103. routines that do the custom letters are at 21000 to 22000.  If you want to
  104. add a routine of your own, do it at 22000.  You must know some hefty algebra
  105. and geometry to do it right, but of course there's always
  106. experimentation...
  107.  
  108.     The trick is to define a function eq(x) that will return values between
  109. -1 and 1.  Use all of this range to get more depth, but try to stay away
  110. from too many negative values because they create blank strips.  Then you
  111. have to GOTO 25000.  Finally, you have to insert a DATA statement with the
  112. image name.  Pattern 11 is waiting for you to enter it.  The program will
  113. read DATA statements until it reaches the word "end".
  114.  
  115.     I hope you enjoy STEREOGRAMS.  Feel free to write me at the address in
  116. the program with suggestions and ideas for new scientific programs.
  117.  
  118. IA
  119.  
  120. FENDER'S POSTMUMBLE: Ian, congratulations on a magnificent program.  As far
  121. as I know, this is the first stereogram program for the 8-bit arena.  I'm
  122. proud that LOADSTAR 128 scooped all of Softdisk's other magazines, but then
  123. that's nothing new.  We also scooped 99.9% of the IBM world and 100% of the
  124. Apple and Macintosh world.
  125.  
  126.                    ***** R - Run    RETURN - Menu *****
  127.